Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
Using mysqli_stmt::$error to debug problems in preprocessing statements
5
How to Fix Date Format Mismatch Issues in date_create_from_format
4
How to Correctly Sort an Array with Negative Numbers in Descending Order Using rsort()
6
How to Get and Process Command Line Arguments in PHP
9
Similar Functions
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_print
ctype_print
Checkprintablecharac
ctype_space
ctype_space
Checkspacecharacters
Popular Articles